3.555 \(\int \frac{x^3}{\sqrt [3]{a+b x^3}} \, dx\)

Optimal. Leaf size=94 \[ \frac{a \log \left (\sqrt [3]{a+b x^3}-\sqrt [3]{b} x\right )}{6 b^{4/3}}-\frac{a \tan ^{-1}\left (\frac{\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt{3}}\right )}{3 \sqrt{3} b^{4/3}}+\frac{x \left (a+b x^3\right )^{2/3}}{3 b} \]

[Out]

(x*(a + b*x^3)^(2/3))/(3*b) - (a*ArcTan[(1 + (2*b^(1/3)*x)/(a + b*x^3)^(1/3))/Sqrt[3]])/(3*Sqrt[3]*b^(4/3)) +
(a*Log[-(b^(1/3)*x) + (a + b*x^3)^(1/3)])/(6*b^(4/3))

________________________________________________________________________________________

Rubi [A]  time = 0.0188949, antiderivative size = 94, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.133, Rules used = {321, 239} \[ \frac{a \log \left (\sqrt [3]{a+b x^3}-\sqrt [3]{b} x\right )}{6 b^{4/3}}-\frac{a \tan ^{-1}\left (\frac{\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt{3}}\right )}{3 \sqrt{3} b^{4/3}}+\frac{x \left (a+b x^3\right )^{2/3}}{3 b} \]

Antiderivative was successfully verified.

[In]

Int[x^3/(a + b*x^3)^(1/3),x]

[Out]

(x*(a + b*x^3)^(2/3))/(3*b) - (a*ArcTan[(1 + (2*b^(1/3)*x)/(a + b*x^3)^(1/3))/Sqrt[3]])/(3*Sqrt[3]*b^(4/3)) +
(a*Log[-(b^(1/3)*x) + (a + b*x^3)^(1/3)])/(6*b^(4/3))

Rule 321

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^n
)^(p + 1))/(b*(m + n*p + 1)), x] - Dist[(a*c^n*(m - n + 1))/(b*(m + n*p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 239

Int[((a_) + (b_.)*(x_)^3)^(-1/3), x_Symbol] :> Simp[ArcTan[(1 + (2*Rt[b, 3]*x)/(a + b*x^3)^(1/3))/Sqrt[3]]/(Sq
rt[3]*Rt[b, 3]), x] - Simp[Log[(a + b*x^3)^(1/3) - Rt[b, 3]*x]/(2*Rt[b, 3]), x] /; FreeQ[{a, b}, x]

Rubi steps

\begin{align*} \int \frac{x^3}{\sqrt [3]{a+b x^3}} \, dx &=\frac{x \left (a+b x^3\right )^{2/3}}{3 b}-\frac{a \int \frac{1}{\sqrt [3]{a+b x^3}} \, dx}{3 b}\\ &=\frac{x \left (a+b x^3\right )^{2/3}}{3 b}-\frac{a \tan ^{-1}\left (\frac{1+\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}}{\sqrt{3}}\right )}{3 \sqrt{3} b^{4/3}}+\frac{a \log \left (-\sqrt [3]{b} x+\sqrt [3]{a+b x^3}\right )}{6 b^{4/3}}\\ \end{align*}

Mathematica [A]  time = 0.0717173, size = 134, normalized size = 1.43 \[ \frac{-a \log \left (\frac{b^{2/3} x^2}{\left (a+b x^3\right )^{2/3}}+\frac{\sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1\right )+6 \sqrt [3]{b} x \left (a+b x^3\right )^{2/3}+2 a \log \left (1-\frac{\sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}\right )-2 \sqrt{3} a \tan ^{-1}\left (\frac{\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt{3}}\right )}{18 b^{4/3}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/(a + b*x^3)^(1/3),x]

[Out]

(6*b^(1/3)*x*(a + b*x^3)^(2/3) - 2*Sqrt[3]*a*ArcTan[(1 + (2*b^(1/3)*x)/(a + b*x^3)^(1/3))/Sqrt[3]] + 2*a*Log[1
 - (b^(1/3)*x)/(a + b*x^3)^(1/3)] - a*Log[1 + (b^(2/3)*x^2)/(a + b*x^3)^(2/3) + (b^(1/3)*x)/(a + b*x^3)^(1/3)]
)/(18*b^(4/3))

________________________________________________________________________________________

Maple [F]  time = 0.028, size = 0, normalized size = 0. \begin{align*} \int{{x}^{3}{\frac{1}{\sqrt [3]{b{x}^{3}+a}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(b*x^3+a)^(1/3),x)

[Out]

int(x^3/(b*x^3+a)^(1/3),x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x^3+a)^(1/3),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.62012, size = 855, normalized size = 9.1 \begin{align*} \left [\frac{3 \, \sqrt{\frac{1}{3}} a b \sqrt{-\frac{1}{b^{\frac{2}{3}}}} \log \left (3 \, b x^{3} - 3 \,{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{\frac{2}{3}} x^{2} - 3 \, \sqrt{\frac{1}{3}}{\left (b^{\frac{4}{3}} x^{3} +{\left (b x^{3} + a\right )}^{\frac{1}{3}} b x^{2} - 2 \,{\left (b x^{3} + a\right )}^{\frac{2}{3}} b^{\frac{2}{3}} x\right )} \sqrt{-\frac{1}{b^{\frac{2}{3}}}} + 2 \, a\right ) + 6 \,{\left (b x^{3} + a\right )}^{\frac{2}{3}} b x + 2 \, a b^{\frac{2}{3}} \log \left (-\frac{b^{\frac{1}{3}} x -{\left (b x^{3} + a\right )}^{\frac{1}{3}}}{x}\right ) - a b^{\frac{2}{3}} \log \left (\frac{b^{\frac{2}{3}} x^{2} +{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{\frac{1}{3}} x +{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{x^{2}}\right )}{18 \, b^{2}}, \frac{6 \, \sqrt{\frac{1}{3}} a b^{\frac{2}{3}} \arctan \left (\frac{\sqrt{\frac{1}{3}}{\left (b^{\frac{1}{3}} x + 2 \,{\left (b x^{3} + a\right )}^{\frac{1}{3}}\right )}}{b^{\frac{1}{3}} x}\right ) + 6 \,{\left (b x^{3} + a\right )}^{\frac{2}{3}} b x + 2 \, a b^{\frac{2}{3}} \log \left (-\frac{b^{\frac{1}{3}} x -{\left (b x^{3} + a\right )}^{\frac{1}{3}}}{x}\right ) - a b^{\frac{2}{3}} \log \left (\frac{b^{\frac{2}{3}} x^{2} +{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{\frac{1}{3}} x +{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{x^{2}}\right )}{18 \, b^{2}}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x^3+a)^(1/3),x, algorithm="fricas")

[Out]

[1/18*(3*sqrt(1/3)*a*b*sqrt(-1/b^(2/3))*log(3*b*x^3 - 3*(b*x^3 + a)^(1/3)*b^(2/3)*x^2 - 3*sqrt(1/3)*(b^(4/3)*x
^3 + (b*x^3 + a)^(1/3)*b*x^2 - 2*(b*x^3 + a)^(2/3)*b^(2/3)*x)*sqrt(-1/b^(2/3)) + 2*a) + 6*(b*x^3 + a)^(2/3)*b*
x + 2*a*b^(2/3)*log(-(b^(1/3)*x - (b*x^3 + a)^(1/3))/x) - a*b^(2/3)*log((b^(2/3)*x^2 + (b*x^3 + a)^(1/3)*b^(1/
3)*x + (b*x^3 + a)^(2/3))/x^2))/b^2, 1/18*(6*sqrt(1/3)*a*b^(2/3)*arctan(sqrt(1/3)*(b^(1/3)*x + 2*(b*x^3 + a)^(
1/3))/(b^(1/3)*x)) + 6*(b*x^3 + a)^(2/3)*b*x + 2*a*b^(2/3)*log(-(b^(1/3)*x - (b*x^3 + a)^(1/3))/x) - a*b^(2/3)
*log((b^(2/3)*x^2 + (b*x^3 + a)^(1/3)*b^(1/3)*x + (b*x^3 + a)^(2/3))/x^2))/b^2]

________________________________________________________________________________________

Sympy [C]  time = 1.62341, size = 37, normalized size = 0.39 \begin{align*} \frac{x^{4} \Gamma \left (\frac{4}{3}\right ){{}_{2}F_{1}\left (\begin{matrix} \frac{1}{3}, \frac{4}{3} \\ \frac{7}{3} \end{matrix}\middle |{\frac{b x^{3} e^{i \pi }}{a}} \right )}}{3 \sqrt [3]{a} \Gamma \left (\frac{7}{3}\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(b*x**3+a)**(1/3),x)

[Out]

x**4*gamma(4/3)*hyper((1/3, 4/3), (7/3,), b*x**3*exp_polar(I*pi)/a)/(3*a**(1/3)*gamma(7/3))

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x^{3}}{{\left (b x^{3} + a\right )}^{\frac{1}{3}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x^3+a)^(1/3),x, algorithm="giac")

[Out]

integrate(x^3/(b*x^3 + a)^(1/3), x)